comparison src/pkg.pl @ 32:426344e3e639

replace shebang.
author Robert McIntyre <rlm@mit.edu>
date Tue, 15 Jan 2013 12:47:33 +0000
parents f1d0574937b5
children
comparison
equal deleted inserted replaced
31:2ea43f89d84f 32:426344e3e639
1 #!/usr/bin/env perl 1 #!/bin/perl
2 2
3 3
4 #this is the root of the package users' homes 4 #this is the root of the package users' homes
5 $pkg_home_root = "/pkg"; 5 $pkg_home_root = "/pkg";
6 6