]> git.saurik.com Git - apt.git/blame - test/libapt/apt-proxy-script
For ReMap to work, S has to be marked volatile :/.
[apt.git] / test / libapt / apt-proxy-script
CommitLineData
0ecceb5b
JAK
1#!/bin/sh
2
3if [ $1 = "http://www.debian.org:90/temp/test" ]; then
4 echo "http://example.com"
5fi
6if [ $1 = "http://www.debian.org:91/temp/test" ]; then
7 echo "This works" >&2
8 echo "http://example.com/foo"
9fi