mirror of
				https://github.com/ether/etherpad-lite.git
				synced 2025-10-31 08:11:10 +01:00 
			
		
		
		
	Merge pull request #1174 from ether/fix-installdeps-line-error
fix tiny error of missing space
This commit is contained in:
		
						commit
						faeee3e09a
					
				| @ -79,7 +79,7 @@ echo "Ensure jQuery is downloaded and up to date..." | ||||
| DOWNLOAD_JQUERY="true" | ||||
| NEEDED_VERSION="1.7.1" | ||||
| if [ -f "src/static/js/jquery.js" ]; then | ||||
|   if [ $(uname) = "SunOS"]; then | ||||
|   if [ $(uname) = "SunOS" ]; then | ||||
|     VERSION=$(cat src/static/js/jquery.js | head -n 3 | ggrep -o "v[0-9]\.[0-9]\(\.[0-9]\)\?"); | ||||
|   else | ||||
|     VERSION=$(cat src/static/js/jquery.js | head -n 3 | grep -o "v[0-9]\.[0-9]\(\.[0-9]\)\?"); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user